IsDocumentInPackage method

Gets a value that indicates whether the specified document is contained in the current export package.

Syntax

IsDocumentInPackage(DocGlobalID As String) As Boolean

Parameters

Name

Description

DocGlobalID

The GlobalID value of the document to check.

Return Value

True if the export package contains the specified document, otherwise False.

Related concepts

About the ExportPackage object